From 9bd7a357150b91c83dd62a9cc8ad8df52b150548 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 19 Nov 2010 13:49:54 +0000 Subject: [PATCH] x86-64: Re-map all physdev_op struct names in compat shim. Signed-off-by: Keir Fraser --- xen/arch/x86/x86_64/physdev.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/xen/arch/x86/x86_64/physdev.c b/xen/arch/x86/x86_64/physdev.c index e3db9386b5..60fff788ff 100644 --- a/xen/arch/x86/x86_64/physdev.c +++ b/xen/arch/x86/x86_64/physdev.c @@ -42,6 +42,15 @@ #define physdev_manage_pci compat_physdev_manage_pci #define physdev_manage_pci_t physdev_manage_pci_compat_t +#define physdev_manage_pci_ext compat_physdev_manage_pci_ext +#define physdev_manage_pci_ext_t physdev_manage_pci_ext_compat_t + +#define physdev_restore_msi compat_physdev_restore_msi +#define physdev_restore_msi_t physdev_restore_msi_compat_t + +#define physdev_setup_gsi compat_physdev_setup_gsi +#define physdev_setup_gsi_t physdev_setup_gsi_compat_t + #define physdev_get_free_pirq compat_physdev_get_free_pirq #define physdev_get_free_pirq_t physdev_get_free_pirq_compat_t -- 2.30.2